GtkDragSource: Pass return value of drag-cancel into drag_end()
authorAlexander Larsson <alexl@redhat.com>
Thu, 14 May 2020 08:44:07 +0000 (10:44 +0200)
committerAlexander Larsson <alexl@redhat.com>
Thu, 14 May 2020 08:44:07 +0000 (10:44 +0200)
commit4ce65f019ee1b145b95784a2fbda1bbef8f4ac85
treeafe88e2a2307935fbbc86544650e467245e971fe
parent707229ce17a68adbfcce165a60b0e37e4c62d0ce
GtkDragSource: Pass return value of drag-cancel into drag_end()

This is needed to work as the docs say (don't play fallback cancel animation
if cancel returned TRUE to signal the drop already happened).
gtk/gtkdragsource.c